"192.168.0.1:sipop" Previous topic Chapter index Next topic

AI_PARAMETROS_ID_PARAMETROS

 

 

Descriptions

There is no desription for trigger AI_PARAMETROS_ID_PARAMETROS

 

Definition


CREATE TRIGGER AI_PARAMETROS_ID_PARAMETROS FOR PARAMETROS ACTIVE
BEFORE INSERT POSITION 0
AS
BEGIN
  IF (NEW.ID_PARAMETROS IS NULL) THEN
      NEW.ID_PARAMETROS = GEN_ID(PARAMETROS_ID_PARAMETROS_GEN, 1);
END

    This file was generated with EMS InterBase/FireBird Manager (www.ibmanager.com) at 09/06/2005 05:52 p.m. Previous topic Chapter index Next topic